snip redundant line
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 21 Apr 2005 09:43:09 +0000 (09:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 21 Apr 2005 09:43:09 +0000 (09:43 +0000)
includes/SpecialUndelete.php

index 4a3c9af..ab078d2 100644 (file)
@@ -97,8 +97,7 @@ class PageArchive {
                        array( 'ar_namespace' => $this->title->getNamespace(),
                               'ar_title' => $this->title->getDBkey() ),
                        'PageArchive::getLastRevisionText',
-                       array( 'ORDER BY' => 'ar_timestamp DESC',
-                              'LIMIT' => '1' ) );
+                       array( 'ORDER BY' => 'ar_timestamp DESC' ) );
                if( $row ) {
                        return Revision::getRevisionText( $row, "ar_" );
                } else {